@CHARSET "UTF-8";
*{
	padding:0;
	margin:0;
	list-style:none;
}
.banner{
	position: relative;	
	width:100%;
	height:400px;
}
.out{
	width:100%;
	/*height:400px;*/
	margin:0 auto;
	/*border:solid #F00 1px;*/
	z-index:0;
	/*margin-top:60px;*/
}

.tu li{
	width:100%;
	height:400px;
	position:absolute;
	top:0;
	display:none;
	overflow:hidden;
}
.tu li img{
	width:100%;
	height:400px;
	text-align:center;
}
.shu{
	position:absolute;
	bottom:10px;
	left:0px;
	text-align:center;
	width:100%;
	font-size:0px;
	
}
.shu li{
	width:20px;
	height:20px;
	font-size:14px;
	background:#0077ff;
	color:#FFF;
	border-radius:50%;
	text-align:center;
	line-height:20px;
	display:inline-block;
	margin:0 5px;
	cursor:pointer;
}
.shu li.active{
	background:#ff0055;
}